home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr23 / tlxtw204.zip / EXITTELX.SLT < prev    next >
Text File  |  1995-01-21  |  131b  |  8 lines

  1. // exittelx.slt
  2. // exits telix FAST!
  3. main() {
  4.     if (capture_stat() > 0)
  5.         capture("*close*");
  6.     exittelix(0,0);
  7. }
  8.